/* CSS Document */
@import "common.css";
body {
  background-color: #f9f9f9;
  padding-top: 120px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
}
.topbar {
  /*height: 7px;*/
  line-height: 30px;
  color: #fff;
  background-color: #04468f;
}
.topbar a {
  color: #fff;
  font-size: 13px;
  margin: 0 9px;
}
.topbar a:hover {
  color: #eee;
}
#icon2 {
  float: right;
  margin-right: -9px;
}
#askNum {
  padding-top: 2px;
  height: 23px;
  color: #fff;
  line-height: 25px;
  font-size: 13px;
  background-image: url(../image/i03.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  padding-left: 27px;
  float: right;
  margin-right: 10px;
}
#askNum strong {
  color: #f30a20;
  font-size: 18px;
  font-style: italic;
  display: inline-block;
  vertical-align: bottom;
  line-height: 23px;
}
#header>.containe {
  padding: 10px 0;
}
.slogan {
  display: inline-block;
  line-height: 18px;
  padding-left: 4px;
  padding-top: 3px;
  color: #111;
  float: left;
}
.slogan strong {    display: block;
    font-size: 21px;
    color: #111;
    line-height: 29px;
    padding-top: 8px;
    letter-spacing: 5px;
    padding-left: 3px;
}
.slogan span {
  font-size:17px;
}
.slogan span i {
  color: #044893;
}
#header .logo {
  display: block;
  float: left;
}
#header .logo h1 {
  height: 0;
  width: auto;
  text-indent: -999em;
}
#header .logo img {
  display: block;
  height: 74px;
}
.navbar {
  overflow: hidden;
  padding-top: 25px;
}
#Nav {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  overflow: visible;
  height: 45px;
}
#Nav li {
  float: left;
  flex: 1;
  position: relative;
  text-align: center;
}
#Nav a {
  display: inline-block;
  color: #111;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  position: relative;
  z-index: 5;
}
#Nav li:hover a,
#Nav a.act {
  z-index: 9;
  border-bottom: 5px solid #0552a6;
}
.wrapper {
  overflow: hidden;
}
.hotkey {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  line-height: 2em;
  padding: 10px 20px;
  box-sizing: border-box;
}
.hotkey .fl {
  color: #0552a6;
}
.hotkey a {
  color: #666;
}
.ind_titbar {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.ind_titbar h2 {
  color: #222222;
  font-size: 24px;
  line-height: 34px;
  height: 36px;
  padding: 0 78px;
  display: inline-block;
  border-top: 1px solid #044893;
  border-bottom: 1px solid #044893;
  font-weight: normal;
}
.ind_titbar h2 span.blue {
  color: #044893;
}
.ind_titbar h2 span.red {
  color: #ec0a1f;
}
.ind_titbar small {
  font-size: 14px;
  color: #555;
  ;
  display: block;
  padding-top: 12px;
}
#ind_service {
  margin-bottom: 60px;
}
#ind_service ul {
  overflow: hidden;
  width: 1240px;
}
#ind_service li {
  float: left;
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
  width: 280px;
  height: 150px;
  border-radius: 3px;
  overflow: hidden;
}
#ind_service li img {
  display: block;
  width: 100%;
  height: 100%;
}
#ind_service li strong {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  line-height: 150px;
  text-align: center;
  ;
  color: #fff;
  font-size: 20px;
  top: 0;
  left: 0;
}
#ind_advantage {
  background-color: #ddd;
  overflow: hidden;
  padding-bottom: 50px;
}
.ind_advantage_ul {
  width: 1204px;
}
.ind_advantage_ul li {
  width: 400px;
  float: left;
  height: 200px;
}
.ind_advantage_ul li .wrapper {
  height: 100%;
}
.ind_advantage_ul li .top {
  background-color: #fff;
  text-align: center;
  height: 200px;
  transition: 1s;
}
.ind_advantage_ul li .top * {
  color: #ec0a1f;
}
.ind_advantage_ul li .top img {
  margin: 47px 0 6px;
}
.ind_advantage_ul li .top h2 {
  font-size: 15px;
}
.ind_advantage_ul li .top small {
  font-size: 12px;
  text-transform: uppercase;
}
.ind_advantage_ul li .bot {
  padding: 20px 30px;
  height: 200px;
  background-color: #ec0a1f;
  color: #fff;
  text-align: center;
}
.ind_advantage_ul li .bot strong {
  font-size: 15px;
  height: 32px;
  display: block;
  line-height: 32px;
}
.ind_advantage_ul li .bot p {
  line-height: 24px;
  text-align: left;
  height: 8.5em;
  overflow: hidden;
}
.ind_advantage_ul li:nth-child(-n+3) {
  border-bottom: 1px solid #bbb
}
.ind_advantage_ul li:nth-child(3n-1) {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb
}
.ind_advantage_ul li:nth-child(2n) .top * {
  color: #04468f;
}
.ind_advantage_ul li:nth-child(2n) .bot {
  background-color: #04468f;
}
.ind_advantage_ul li:hover .top {
  margin-top: -200px;
}
#ind_about {}
#ind_about dl.fr {
  width: 255px;
  padding: 20px 0 30px 30px;
  border-left: 1px solid #bbb;
  display: block;
  margin-left: 35px;
}
#ind_about dl.fr dd {
  border-bottom: 1px dashed #bbb;
  line-height: 59px;
  display: block;
}
#ind_about dl.fr dd a {
  display: block;
  background-image: url(../image/i08.png);
  background-repeat: no-repeat;
  background-position: 13px 12px;
  padding-left: 65px;
  color: #04468f;
}
#ind_about dl.fr dd:nth-child(2) a {
  background-position: 13px -44px;
}
#ind_about dl.fr dd:nth-child(3) a {
  background-position: 13px -107px;
}
#ind_about .big {
  width: 400px;
  height: 250px;
  float: left;
  margin-right: 15px;
}
#ind_about .wrapper h2 {
  margin-top: 18px;
  color: #04468f;
  font-size: 18px;
  line-height: 34px;
  height: 36px;
  padding: 0 12px;
  margin-left: 15px;
  display: inline-block;
  border-top: 1px solid #044893;
  border-bottom: 1px solid #04468f;
}
#ind_about .wrapper .con {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  font-weight: normal;
  margin: 16px 0;
  height: 9em;
  overflow: hidden;
}
#ind_about .wrapper .more {
  width: 150px;
  height: 28px;
  text-align: center;
  background-color: #04468f;
  color: #fff;
  line-height: 26px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.ind_about_ul {
  overflow: hidden;
  clear: both;
  width: 1250px;
  padding: 60px 0;
}
.ind_about_ul li {
  width: 112px;
  border: 3px solid #ccc;
  background-color: #fff;
  margin-right: 36px;
  display: block;
  height: 70px;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 42px;
  background-image: url(../image/i11.png);
  background-repeat: no-repeat;
  background-position: 30px 17px;
}
.ind_about_ul li:nth-child(2) {
  background-position: -128px 17px;
}
.ind_about_ul li:nth-child(3) {
  background-position: -281px 17px;
}
.ind_about_ul li:nth-child(4) {
  background-position: -434px 17px;
}
.ind_about_ul li:nth-child(5) {
  background-position: -587px 17px;
}
.ind_about_ul li:nth-child(6) {
  background-position: -743px 17px;
}
.ind_about_ul li:nth-child(7) {
  background-position: -899px 17px;
}
.ind_about_ul li:nth-child(8) {
  background-position: -1054px 17px;
}
.ind_about_ul li strong {
  font-size: 14px;
  color: #04468f;
}
.ind_about_ul li::after {
  width: 14px;
  height: 28px;
  display: block;
  content: "";
  background: url(../image/i10.png) no-repeat 0 0;
  z-index: 5;
  position: absolute;
  right: -29px;
  top: 43px;
}
.ind_about_ul li:last-child::after {
  display: none;
}
.ind_about_ul li p {
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  line-height: 15px;
}
.ind_about_ul li：nth-child(2) {
  background-position: -20px -100px;
}
.totalBar {
  height: 250px;
}
.totalBar>.containe {
  margin-top: -207px;
  position: relative;
}
.totalBar .tel_fr {
  float: right;
  background-image: url(../image/i09.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 71px;
  margin-top: 40px;
  margin-right: 57px;
}
.totalBar .tel_fr p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.totalBar .tel_fr p strong {
  font-size: 36px;
  color: #ec0a1f;
  display: block;
  line-height: 50px;
}
.totalBar p.p2 {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  line-height: 72px;
  padding-left: 37px;
}
.totalBar p.p2 em {
  font-size: 48px;
  display: block;
  line-height: 50px;
}
#marquee1 {
  height: 360px;
  overflow: hidden;
  padding-bottom: 20px;
}
.zhiwei_list {
  background-color: #f9f9f9;
}
.zhiwei_list li {
  overflow: hidden;
  height: 80px;
  margin-bottom: 3px;
  background-color: #eaf7fd;
}
.zhiwei_list li a.apply {
  width: 128px;
  height: 44px;
  background: #018bd3;
  display: block;
  font-size: 24px;
  float: right;
  color: #fff;
  margin-right: 20px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  border-radius: 6px;
  margin-top: 19px;
}
.zhiwei_list li h3 {
  width: 235px;
  padding: 0 10px 0 15px;
  float: left;
  background: #018bd3;
  display: block;
  height: 100%;
  font-size: 22px;
  color: #fff;
  line-height: 78px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhiwei_list li p.name {
  width: 270px;
  padding: 0 15px 0 30px;
  display: block;
  float: left;
  height: 100%;
  font-size: 22px;
  color: #018bd3;
  line-height: 78px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhiwei_list li p.requir {
  width: 238px;
  display: block;
  float: left;
  line-height: 18px;
  color: #333;
  height: 2.6em;
  overflow: hidden;
  padding-top: 21px;
}
.zhiwei_list li .wage {
  margin-top: 25px
}
.zhiwei_list li .wage strong {
  font-size: 36px;
  color: #ec0a1f;
  font-weight: normal;
  line-height: 30px;
  vertical-align: bottom;
}
#ind_case .container .big {
        width: 220px;
    height: 205px;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    text-align: center;
}
#ind_case .container .big img {
    width: auto;
    height: auto;
    border: none;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
#ind_case .container p {
  padding-right: 20px;
  width:220px;
  display: block;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
#ind_case .morecase {
  width: 120px;
  height: 34px;
  display: block;
  background: #044893;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin: 23px auto 0;
}
.wrap_par {
  width: 104%;
  overflow: hidden;
}
#ind_news .w30 {
  width: 390px;
  margin-right: 15px;
  float: left;
}
#ind_news .w30 .imgcon {
  height: 150px;
}
#ind_news .w30 h3.tit {
  background-color: rgb(3, 71, 146);
  line-height: 38px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
}
ul.news_list_01 {
  padding: 0 10px 20px;
  background-color: #fff;
}
ul.news_list_01 li {
  border-bottom: 1px dashed #ccc;
}
ul.news_list_01 .date {
  float: right;
  font-size: 12px;
  color: #666;
  line-height: 39px;
}
ul.news_list_01 a {
  color: #333;
  line-height: 49px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding-left: 5px;
  padding-left: 20px;
  background-image: url(../image/i13.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
#marquee2 {
  height: 420px;
  background: #fff;
  padding: 0 10px;
  overflow: hidden;
}
#marquee2 li {
  line-height: 37px;
  height: 96px;
  padding-top: 12px;
  border-bottom: 1px dashed #cacaca;
}
#marquee2 li a {
  display: block;
}
#marquee2 li h4 {
  font-size: 14px;
  color: #444444;
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(../image/i12.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 44px;
}
#marquee2 li p {
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  height: 3em;
  overflow: hidden;
  padding-top: 5px;
  padding-left: 44px;
  background-image: url(../image/i12.png);
  background-repeat: no-repeat;
  background-position: 0 -47px;
}
#footer {
  background-color: #5d5d5d;
  margin-top: 62px;
}
.footnav ul {
  height: auto;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}
.footnav ul li {
  float: left;
  width: 133x;
  height: auto;
  text-align: center;
  flex: 1;
  color: #fff;
  position: relative;
  padding: 27px 0 30px;
}
.footnav ul li::after {
  display: block;
  content: "";
  height: 15px;
  width: 0;
  z-index: 5;
  border-right: 2px solid #bbb;
  position: absolute;
  right: 0;
  top: 30px;
}
.footnav ul li:last-child::after {
  display: none;
}
.footnav ul li a {
  width: 100%;
  height: 18px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
}
.footnav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.copyright {
  text-align: center;
  padding-bottom: 7px;
}
.copyright .ewm {
  display: inline-block;
  color: #ccc;
  vertical-align: top;
  padding-right: 66px;
}
.foot_content {
  overflow: hidden;
  height: auto;
  padding-bottom: 4px;
  color: #ccc;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  width: 630px;
  font-size: 13px;
  padding-left: 57px;
}
.foot_content a{
	color: #ccc;
}
.links {
  border-top: 1px solid #bbb;
  color: #fff;padding: 12px 0;
}
.links .fl{    color: #ccc;
    font-size: 16px;
    line-height: 28px;}
.links .wrapper{left: -7px;
    position: relative;color: #fff;}
.links a {    color: #fff;
    padding-right: 10px;
    line-height:28px;
    position: relative;
    display: inline-block;
    padding-left: 7px;
    font-size: 13px;float: left;
}
.links a::before{    display: block;
    height: 17px;
    width: 1px;
    z-index: 5;
    background: #848383;
    position: absolute;
    left: 0;
    top: 8px;
}
.links a:first-child::before{ display: none}
.links a:last-child::after{    display: inline-block;
    height: 28px;
    z-index: 5;
    position: absolute;
    right: -32px;
    bottom: 1px;
    color: #fff;
    font-size: 18px;
}
/*内页-产品列表页*/
.main {
  width: 1200px;
  overflow: hidden;
  height: auto;
  margin: 10px auto;
  padding-top: 30px;
}
.wrap {
  overflow: hidden;
}
.wrap .titbar.break {
  height: 46px;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #bbb;
}
.titbar.break h2 {
  font-size: 20px;
  color: #04468f;
  line-height: 45px;
}
.prodescription {
  border: 1px dashed #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px 15px;
  margin-bottom: 15px;
  text-indent: 20px;
}
.wrap .products_list {
  width: 104%;
}
.lside {
  width: 220px;
  height: auto;
  float: left;
  margin-right: 30px;
}
.lside h2.tit {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 28px;
  background-color: #044692;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-top: 16px;
  box-sizing: border-box;
  height: 90px;
  font-weight: normal;
}
.lside h2.tit small {
  font-weight: normal;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  line-height: 30px;
  width: 80%;
  margin: 8px auto;
  border-top: 1px solid #fff;
}
.lside h3{
    padding: 17px;
    background: #044692;
    color: #fff;
}
.subList li {
	padding-left:19px;
	background: url(../image/tran02.png) no-repeat 5px center;
	border-bottom: 1px dashed #cccccc;
}
.subList.taglist li {
    display: flex;
    flex-wrap: wrap;
    background: none;
    border: none;
    padding-left: 0;
    justify-content: space-between;
}
.subList li a {
	line-height: 38px;
	font-size: 14px;
	color: #555555;
	display: block;
	padding-right: 13px;
}
.subList.taglist li a {
    border: 1px solid #eee;
	width: 71px;
    margin-top: 9px;
    padding-left: 10px;
}
.subList.taglist li a:hover {
    background:#eff6ff;
	white-space: normal;
	line-height: 19px;
}

.news_tag{overflow: initial;}
.news_tag a {
    border: 1px solid #eee;
    margin-top: 9px;
    padding:5px 10px;
	color: #666;
}
.news_tag a:hover {
    background: #eff6ff;
    white-space: normal;
}

.iauth {
  width: 100%;
  overflow: visible;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.iauth li {
  overflow: hidden;
  border-bottom: 1px solid #bbb;
}
.iauth li dl {
  display: none;
}
.iauth a {
  font-size: 14px;
  text-indent: 40px;
  color: #333;
  display: block;
  line-height: 59px;
  position: relative;
}
.iauth a::after {
  display: block;
  content: "→";
  height: 18px;
  line-height: 18px;
  width: 28px;
  text-align: center;
  z-index: 5;
  position: absolute;
  right: 4em;
  top: 20px;
}
.iauth li a:hover,
.iauth li a.act,
.iauth li a:hover::after,
.iauth li a.act::after {
  color: #044692;
}
.prodescription {
  border: 1px dashed #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px 15px;
  margin-bottom: 15px;
  text-indent: 20px;
}
.products_list li {
  float: left;
  text-align: center;
  width: 293px;
  margin-right: 20px;
  margin-bottom: 25px;
}
.products_list li a {
  display: block;
}
.products_list li:hover {
  border-color: #fde599
}
.products_list li .imgcon {
  height: 282px;
  border: 1px solid #dadada;
  background-color: #fff;
}
.products_list li .imgcon img {
  max-width: 100%;
  max-height: 100%;
}
.products_list li p {
  height: 23px;
  line-height: 19px;
  font-size: 14px;
  color: #333;
  display: block;
  z-index: 88;
  position: relative;
  padding-top: 9px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_list {}
.news_list li {
  border-bottom: 1px dashed #999;
  padding-bottom: 12px;
  overflow: hidden;
  margin-bottom: 13px;
}
.news_list li a {}
.news_list li .big {
  float: left;
  width: 200px;
  height: 130px;
  margin-right: 30px;
}
.news_list li h2 {
  color: #000;
  font-size: 15px;
  padding-right: 5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 26px;
  line-height: 30px;
}
.news_list li span.date {
  height: 30px;
  color: #888;
  line-height: 32px;
}
.news_list li p.con {
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  margin-top: 6px;
  margin-top: 9px;
  display: block;
  text-indent: 2em;
}
/*内页--详情页*/
.articleTit {
  margin-top: 7px;
  font-size: 22px;
  color: #434343;
  text-align: center;
  height: 35px;
  font-weight: normal;
}
.sub_info {
  text-align: center !important;
  padding: 4px 0 5px;
  line-height: 19px !important;
  margin-bottom: 7px !important;
  color: #434343;
}
.sub_info.line {
  border-bottom: 1px solid #2fae5f;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
}
.sub_info span {
  margin-right: 6px;
}
#icon1 {
  display: inline-block;
  vertical-align: middle;
}
h3.tag {
  line-height: 24px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 10px;
  color: #999;
  font-weight: normal;
  padding-top: 8px;
  font-size: 14px;
}
h3.tag a {
  color: #005a98;
  margin: 0 8px 0 5px;
}
h3.tag a:hover {
  color: #0172bd;
}
.page {
  line-height: 26px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 6px;
  padding-top: 15px;
  font-size: 12px;
  padding-bottom: 25px;
}
.page a {
  color: #005a98;
}
.page a:hover {
  color: #0172bd;
}
.page span {
  color: #005a98;
}
.wrap .titbar.t3 {
  text-align: left;
  border-bottom: 1px solid #a0a0a0;
  height: 40px;
  margin-bottom: 25px;
  margin-top: 15px;
  clear: both;
}
.wrap .titbar.t3 h3 {
  color: #333;
  padding: 0 11px;
  border-bottom: 3px solid #d57c38;
  display: inline-block;
  line-height: 43px;
  height: 39px;
}
.news_pre {
  clear: both;
  color: #626262;
  width: 102%;
  margin-top: 10px;
  margin-bottom: 70px;
}
.news_pre li {
  position: relative;
  width: 48%;
  line-height: 32px;
  border-bottom: 1px dashed #dedede;
  padding: 2px 0 3px;
  float: left;
  margin-right: 2%;
}
.news_pre a {
  color: #626262;
  font-size: 13px;
  padding-left: 18px;
  background: url(../image/tran.png) no-repeat 2px center;
  display: block;
  padding-right: 8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_pre span {
  font-size: 12px;
}
.news_pre span {
  position: absolute;
  right: 7px;
  bottom: 0;
}
.hotNum {
  width: 100%;
  height: 89px;
  background: #fff;
  margin-bottom: 32px;
  text-align: center;
  background-image: url(../image/13.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.hotNum strong {
  font-size: 18px;
  color: #fff;
  padding-top: 38px;
  display: block;
}
.subList {
  background: #fff;
  padding: 10px;
  margin-bottom: 35px;
  margin-top: -10px;
  border-top: none;
}
.subList li {
  padding-left: 19px;
  background: url(../image/i44.png) no-repeat 5px center;
  border-bottom: 1px dashed #cccccc;
}
.subList li a {
  line-height: 38px;
  font-size: 14px;
  color: #555555;
  display: block;
  padding-right: 13px;
}
.recruit_list_ul {}
.recruit_list_ul li {
  height: 71px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}
.recruit_list_ul li h4 {
  font-size: 16px;
  color: #04468f;
  line-height: 38px;
}
.recruit_list_ul li p.con span {
  width: 286px;
  display: inline-block;
}
.recruit_list_ul li p.con a.more {
  color: #333;
}
.recruit_detail_table {}
.td td,
.td th {
  padding: 4px;
}
.recruit_form_btn {
  display: inline-block;
  height: 30px;
  line-height: 29px;
  cursor: pointer;
  margin: 4px;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  background: #1C5CBD;
  color: #FFFFFF;
  border: 1px solid #10538F;
}
.tbborder3 {background:#fff;box-shadow:0px 0px 4px #eee;border-radius:4px;-webkit-border-radius:4px;border-left:1px solid #eee;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.tbborder3 td,.tbborder3 th{border-left: 1px solid #eee;border-top: 1px solid #eee;height:30px;}
.text {
    padding: 0;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #fff;
}
.text200 {
    width: 200px;
    height: 28px;
    line-height: 28px;
}